home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / amiga / cf / plDevs.h < prev   
Encoding:
C/C++ Source or Header  |  1994-08-23  |  1.2 KB  |  56 lines

  1. /* -*-C-*-
  2. /* $Id: plDevs.h,v 1.2 1994/08/23 16:38:05 mjl Exp $
  3.  * $Log: plDevs.h,v $
  4.  * Revision 1.2  1994/08/23  16:38:05  mjl
  5.  * New config files for PLplot Amiga build.
  6.  *
  7.  * Revision 1.2  1994/07/25  05:57:32  mjl
  8.  * Added line for new lj_hpgl driver.
  9.  *
  10.  * Revision 1.1  1994/07/19  22:27:37  mjl
  11.  * Header file for holding defines that enable PLplot device drivers.
  12.  * Included by all device drivers and plcore.h.
  13. */
  14.  
  15. /*
  16.     plDevs.h.in
  17.  
  18.     Maurice LeBrun
  19.     IFS, University of Texas at Austin
  20.     18-Jul-1994
  21.  
  22.     Contains macro definitions that determine what device drivers are
  23.     compiled into the PLplot library.  On a Unix system, typically the
  24.     configure script builds plDevs.h from plDevs.h.in.  Elsewhere, it's
  25.     best to hand-configure a plDevs.h file and keep it with the
  26.     system-specific files.
  27. */
  28.  
  29. #ifndef __PLDEVS_H__
  30. #define __PLDEVS_H__
  31.  
  32. #undef PLD_xterm
  33. #undef PLD_tek4010
  34. #undef PLD_tek4107
  35. #undef PLD_mskermit
  36. #undef PLD_vlt
  37. #undef PLD_versaterm
  38. #undef PLD_dg300
  39. #undef PLD_xfig
  40. #undef PLD_ljii
  41. #undef PLD_lj_hpgl
  42. #undef PLD_hp7470
  43. #undef PLD_hp7580
  44. #undef PLD_imp
  45. #undef PLD_xwin
  46. #undef PLD_tk
  47. #undef PLD_dp
  48.  
  49. #define PLD_amiga
  50. #define PLD_iff
  51. #define PLD_plmeta
  52. #define PLD_null
  53. #define PLD_ps
  54.  
  55. #endif    /* __PLDEVS_H__ */
  56.